home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_demo-version / egs_devels / c-include / clib / gbradio_protos.h < prev    next >
C/C++ Source or Header  |  1994-06-06  |  847b  |  34 lines

  1. /**
  2.  **  Prototypes for gbradio.library
  3.  **
  4.  **  Created: 03. Aug 1992   US
  5.  **  Changed: 03. Aug 1992
  6.  **
  7.  **/
  8.  
  9. #ifndef         EXEC_TYPES_H
  10. #include        <exec/types.h>
  11. #endif
  12. #ifndef         EGS_EGSINTUI_H
  13. #include        <egs/egsintui.h>
  14. #endif
  15. #ifndef         EGS_EGSGADBOX_H
  16. #include        <egs/egsgadbox.h>
  17. #endif
  18.  
  19. EB_GadBoxPtr EGB_CreateRadioGadget(EB_GadContext con,
  20.                                   EB_StrArrayPtr names,
  21.                                   WORD height, LONG id);
  22.  
  23. void EGB_ModifyRadioGadget(EI_WindowPtr win,
  24.                            EI_GadgetPtr gad, LONG data);
  25.  
  26. void EGB_OnRadioElems(EI_WindowPtr win,
  27.                       EI_GadgetPtr gad,
  28.                       ULONG        elems);
  29.  
  30. void EGB_OffRadioElems(EI_WindowPtr win,
  31.                        EI_GadgetPtr gad,
  32.                        ULONG        elems);
  33.  
  34.